home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / apps / other / am.zoo / patchlevel.h < prev    next >
Text File  |  1992-10-21  |  666b  |  19 lines

  1. /************************************************************************/
  2. /*                                    */
  3. /* am - Amortization Schedule Generator                    */
  4. /*                                    */
  5. /* (c) Copyright 1987, 1992    Brett K. Carver                */
  6. /*                                    */
  7. /* Version    1.0    2/4/87    Initial revision            */
  8. /*        1.5    10/5/88    Add special case (-d, -e) code        */
  9. /*        2.0    8/4/92    Improvements and clean-up (for c.s.r)    */
  10. /*        2.1    9/3/92    Split -e and -u arguments.        */
  11. /*        2.5    10/9/92    Clean-up for 2nd try to c.s.r        */
  12. /*                                    */
  13. /************************************************************************/
  14.  
  15. #define    version    2.5
  16. #define    patch    0
  17.  
  18. char ident[] = "@(#) Amortization schedule generator: version 2.5, patch 0.";
  19.